معرفی شرکت ها


stb_sprintf-devel-1.10^20230129git5736b15-0.7.fc39.aarch64.rpm


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Fast sprintf, snprintf for C/C++
ویژگی مقدار
سیستم عامل Linux
توزیع Fedora 39
مخزن Fedora Everything aarch64
نام بسته stb_sprintf-devel
نام فایل بسته stb_sprintf-devel-1.10^20230129git5736b15-0.7.fc39.aarch64.rpm
نسخه بسته 1.10^20230129git5736b15
انتشار بسته 0.7.fc39
معماری بسته aarch64
نگهدارنده -
تاریخ ساخت Sat Jul 22 06
هاست سازنده buildvm-a64-17.iad2.fedoraproject.org
نوع بسته .rpm
آدرس صفحه اصلی https://github.com/nothings/stb
مجوز MIT OR Unlicense
حجم دانلود 26K
حجم نصب 59.327K
This is a full sprintf replacement that supports everything that the C runtime sprintfs support, including float/double, 64-bit integers, hex floats, field parameters (%*.*d stuff), length reads backs, etc. Why would you need this if sprintf already exists? Well, first off, it’s *much* faster (see below). It’s also much smaller than the CRT versions code-space-wise. We’ve also added some simple improvements that are super handy (commas in thousands, callbacks at buffer full, for example). Finally, the format strings for MSVC and GCC differ for 64-bit integers (among other small things), so this lets you use the same format strings in cross platform code. It uses the standard single file trick of being both the header file and the source itself. If you just include it normally, you just get the header file function definitions. To get the code, you include it from a C or C++ file and define STB_SPRINTF_IMPLEMENTATION first. It only uses va_args macros from the C runtime to do its work. It does cast doubles to S64s and shifts and divides U64s, which does drag in CRT code on most platforms. It compiles to roughly 8K with float support, and 4K without. As a comparison, when using MSVC static libs, calling sprintf drags in 16K.


جایگزین ها

بسته نسخه معماری مخزن
stb_sprintf-devel-1.10^20230129git5736b15-0.7.fc39.i686.rpm 1.10^20230129git5736b15 i686 Fedora Everything
stb_sprintf-devel-1.10^20230129git5736b15-0.7.fc39.x86_64.rpm 1.10^20230129git5736b15 x86_64 Fedora Everything
stb_sprintf-devel-1.10^20231011gitbeebb24-12.fc39.aarch64.rpm 1.10^20231011gitbeebb24 aarch64 Fedora Everything
stb_sprintf-devel-1.10^20231011gitbeebb24-12.fc39.i686.rpm 1.10^20231011gitbeebb24 i686 Fedora Everything
stb_sprintf-devel-1.10^20231011gitbeebb24-12.fc39.x86_64.rpm 1.10^20231011gitbeebb24 x86_64 Fedora Everything
stb_sprintf-devel-1.10^20240213gitae721c5-6.fc39.aarch64.rpm 1.10^20240213gitae721c5 aarch64 Fedora Everything
stb_sprintf-devel-1.10^20240213gitae721c5-6.fc39.i686.rpm 1.10^20240213gitae721c5 i686 Fedora Everything
stb_sprintf-devel-1.10^20240213gitae721c5-6.fc39.x86_64.rpm 1.10^20240213gitae721c5 x86_64 Fedora Everything
stb_sprintf-devel-1.10^20241002git31707d1-1.fc39.aarch64.rpm 1.10^20241002git31707d1 aarch64 Fedora Everything
stb_sprintf-devel-1.10^20241002git31707d1-1.fc39.i686.rpm 1.10^20241002git31707d1 i686 Fedora Everything
stb_sprintf-devel-1.10^20241002git31707d1-1.fc39.x86_64.rpm 1.10^20241002git31707d1 x86_64 Fedora Everything


ارائه دهنده

مقدار نام
= 1.10^20230129git5736b15-0.7.fc39 stb_sprintf-devel
= 1.10^20230129git5736b15-0.7.fc39 stb_sprintf-devel(aarch-64)
= 1.10^20230129git5736b15-0.7.fc39 stb_sprintf-static


نحوه نصب


نصب پکیج rpm stb_sprintf-devel:

    dnf install stb_sprintf-devel-1.10^20230129git5736b15-0.7.fc39.aarch64.rpm


فایل ها

مسیرها
/usr/include/stb
/usr/include/stb/stb_sprintf.h
/usr/include/stb_sprintf.h
/usr/share/licenses/stb_sprintf-devel


گزارش تغییرات

تاریخ آخرین تغییر جزئیات
2023-07-22

Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild

2023-06-18

Use new (rpm 4.17.1+) bcond style

2023-06-03

Remove explicit %set_build_flags, not needed since F36

2023-02-25

Fix null pointer dereference in stb_image

2023-01-30

Update to 5736b1 (version history and README updates)

2023-01-29

Update to 6199bf7 (stb_image 2.28)
Security-related patches for stb_image have been merged upstream, and

2023-01-21

Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild

2022-11-30

Patch in a candidate fix for ossfuzz issue 24232
Improves handling of certain invalid PNGs by stb_image

2022-09-10

A few improved descriptions

2022-09-10

Improved summaries based on upstream’s README.md

2022-09-09

Update to 8b5f1f3
The stb_perlin-devel subpackage has been restored, as upstream believes

2022-09-09

Update License to SPDX

2022-07-28

Reword spec file note on stb_include

2022-07-23

Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild

2022-04-20

Security fix for CVE-2022-28041 (fix RHBZ#2077020, fix RBHZ#2077019)

2022-04-16

Switch to modern snapshot versioning